@charset "UTF-8";

@font-face {
font-family: SanFranciscoDisplay-Black;
src: url("../Terra - Arquitetura e Planejamento_files/Fonte SanFrancisco/SanFranciscoDisplay-Black.otf") format("opentype");
}

@font-face {
font-family: SanFranciscoDisplay-Bold;
src: url("../Terra - Arquitetura e Planejamento_files/Fonte SanFrancisco/SanFranciscoDisplay-Bold.otf") format("opentype");
}
@font-face {
font-family: SanFranciscoDisplay-Heavy;
src: url("../Terra - Arquitetura e Planejamento_files/Fonte SanFrancisco/SanFranciscoDisplay-Heavy.otf") format("opentype");
}
@font-face {
font-family: SanFranciscoDisplay-Light;
src: url("../Terra - Arquitetura e Planejamento_files/Fonte SanFrancisco/SanFranciscoDisplay-Light.otf") format("opentype");
}
@font-face {
font-family: SanFranciscoDisplay-Medium;
src: url("../Terra - Arquitetura e Planejamento_files/Fonte SanFrancisco/SanFranciscoDisplay-Medium.otf") format("opentype");
}
@font-face {
font-family: SanFranciscoDisplay-Regular;
src: url("../Terra - Arquitetura e Planejamento_files/Fonte SanFrancisco/SanFranciscoDisplay-Regular.otf") format("opentype");
}
@font-face {
font-family: SanFranciscoDisplay-Semibold;
src: url("../Terra - Arquitetura e Planejamento_files/Fonte SanFrancisco/SanFranciscoDisplay-Semibold.otf") format("opentype");
}
@font-face {
font-family: SanFranciscoDisplay-Thin;
src: url("../Terra - Arquitetura e Planejamento_files/Fonte SanFrancisco/SanFranciscoDisplay-Thin.otf") format("opentype");
}
@font-face {
font-family: SanFranciscoDisplay-Ultralight;
src: url("../Terra - Arquitetura e Planejamento_files/Fonte SanFrancisco/SanFranciscoDisplay-Ultralight.otf") format("opentype");
}
@font-face {
font-family: SanFranciscoDisplay-Ultralight-IE;
src: url("../Terra - Arquitetura e Planejamento_files/Fonte SanFrancisco/SanFranciscoDisplay-Ultralight.eot") format("opentype");
}


/* line 1, ../sass/componentes/_reset.scss */
html, body {
  height: 100%;
}

/* line 2, ../sass/componentes/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

/* line 3, ../sass/componentes/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-family : SanFranciscoDisplay-Ultralight, SanFranciscoDisplay-Ultralight-IE,Arial;
  font-weight: 400;
  padding: 10px 0;
}

/* line 4, ../sass/componentes/_reset.scss */
p {
  margin: 15px 0;
  line-height: 30px;
  font-size: 15px;
}
/* line 9, ../sass/componentes/_reset.scss */
p strong {
  font-family: 'robotoblack';
}

/* line 13, ../sass/componentes/_reset.scss */
ol, ul, menu, dir {
  display: block;
  list-style-type: disc;
  margin: 15px;
}

/* line 14, ../sass/componentes/_reset.scss */
ol {
  list-style-type: decimal;
  margin: 20px;
}

/* line 15, ../sass/componentes/_reset.scss */
dl {
  margin: 20px 0;
}

/* line 16, ../sass/componentes/_reset.scss */
dd {
  margin: 5px 30px;
}

/* line 17, ../sass/componentes/_reset.scss */
blockquote {
  display: block;
  margin: 30px;
}

/* line 18, ../sass/componentes/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 19, ../sass/componentes/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 20, ../sass/componentes/_reset.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 21, ../sass/componentes/_reset.scss */
:focus {
  outline: 0;
}

/* line 22, ../sass/componentes/_reset.scss */
ins {
  text-decoration: none;
}

/* line 23, ../sass/componentes/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 24, ../sass/componentes/_reset.scss */
address {
  margin: 20px 0;
}

/* line 25, ../sass/componentes/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../sass/componentes/_reset.scss */
table {
  border: 1px solid #a9a9a9;
}
/* line 28, ../sass/componentes/_reset.scss */
table td, table th {
  border: 1px solid #a9a9a9;
  padding: 10px;
  text-align: center;
  color: #a9a9a9;
  font-size: 15px;
}

/* line 30, ../sass/componentes/_reset.scss */
hr {
  margin: 20px 0;
}

/* line 33, ../sass/componentes/_reset.scss */
body {
  background: white;
  color: black;
  font-family: 'robotolight';
  font-weight: 300;
  font-size: 16px;
  overflow-y: scroll;
}

/* line 34, ../sass/componentes/_reset.scss */
img {
  max-width: 100%;
}

/* line 35, ../sass/componentes/_reset.scss */
button,  textarea, select {
  color: black;
  padding: 0 5px;
  border: 1px solid black;
  -webkit-box-shadow: 0 0 8px 1px transparent;
  box-shadow: 0 0 8px 1px transparent;
}

input
{
  background-color: #e4e4e4;
  padding-left: 10px;
  width: 37%;
  font-family: SanFranciscoDisplay-Ultralight, SanFranciscoDisplay-Ultralight-IE;
  color: #676767;
  height: 41px;
  border: 0;
  border-bottom: 2px solid #676767;
  margin: 0em 0;
  padding: 0px;
}


/* line 42, ../sass/componentes/_reset.scss */
label {
  color: #343434;
  font-size: 18px;
  margin: 5px 0;
}

/* line 43, ../sass/componentes/_reset.scss */
textarea {
  resize: none;
  padding: 3px 5px;
}

/* line 44, ../sass/componentes/_reset.scss */
button {
  padding: 5px 10px;
}

/* line 45, ../sass/componentes/_reset.scss */
fieldset {
  display: block;
  margin: 10px 0;
  padding: 10px;
  border: 2px groove threedface;
}

/* line 46, ../sass/componentes/_reset.scss */
select {
  padding-right: 0;
}

/* line 47, ../sass/componentes/_reset.scss */
button, input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

@-webkit-keyframes rotate360 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 3, ../sass/commons/_common.scss */
.enviar {
  cursor: pointer;
  padding-left: 10px;
  width: 10.2%;
  color: #003ea1;
  height: 27px;
  right: 18px;
  font-size: 17px;
  border-bottom: 2px solid #003ea1;
  margin: 0em 0;
  padding: 0px;
  font-weight: bold;
  text-align: center;
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;
}

.letters {
  position: absolute;
  top: 650px;
  z-index: -1;
}
/* line 8, ../sass/commons/_common.scss */
.letters.letter-t {
  top: 680px;
  left: 0 !important;
  margin-left: 90px;
  background-image: url(../img/t.png);
  width: 275px;
  height: 361px;
}
/* line 16, ../sass/commons/_common.scss */
.letters.letter-e {
  top: 0;
  left: auto !important;
  right: 0;
  background-image: url(../img/e.png);
  width: 252px;
  height: 361px;
}
/* line 24, ../sass/commons/_common.scss */
.letters.letter-d {
  top: 0;
  left: 0 !important;
  background-image: url(../img/d.png);
  width: 281px;
  height: 361px;
}
/* line 31, ../sass/commons/_common.scss */
.letters.letter-x {
  top: 20px;
  left: auto !important;
  right: 0;
  background-image: url(../img/x.png);
  width: 322px;
  height: 361px;
}

/* line 41, ../sass/commons/_common.scss */
.line {
  position: absolute;
  top: 0;
  left: 0 !important;
  z-index: -1;
  width: 100%;
}
/* line 48, ../sass/commons/_common.scss */
.line.line-1 {
  -ms-transform: rotate(-24deg);
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
  z-index: 0;
  top: 780px;
  width: 120%;
  margin: 0 -85px;
  height: 143px;
  background-image: url(../img/line.png);
  -webkit-filter: blur(3px);
}
/* line 61, ../sass/commons/_common.scss */
.line.line-2 {
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 2780px;
  width: 300%;
  height: 40px;
  margin: 0 -1095px;
  background-image: url(../img/line.png);
  background-size: 100% 100%;
  opacity: .6;
}
/* line 74, ../sass/commons/_common.scss */
.line.line-3, .line.line-7 {
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  top: 1830px;
  width: 150%;
  height: 2px;
  margin: 0 -345px;
  background: #ff0039;
}
/* line 85, ../sass/commons/_common.scss */
.line.line-4 {
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  top: 2270px;
  width: 340%;
  height: 40px;
  margin: 0 -1635px;
  background-image: url(../img/line.png);
  background-size: 100% 100%;
  opacity: .6;
}
/* line 98, ../sass/commons/_common.scss */
.line.line-5 {
  -ms-transform: rotate(28deg);
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
  top: 2720px;
  width: 130%;
  margin: 0 -180px;
  height: 143px;
  background-image: url(../img/line.png);
}
/* line 109, ../sass/commons/_common.scss */
.line.line-6 {
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  top: 3460px;
  width: 120%;
  margin: 0 -125px;
  height: 143px;
  background-image: url(../img/line.png);
  -webkit-filter: blur(2px);
}
/* line 121, ../sass/commons/_common.scss */
.line.line-7 {
  top: 4710px;
}

/* line 127, ../sass/commons/_common.scss */
a:hover {
  text-decoration: none !important;
}

/* line 131, ../sass/commons/_common.scss */
a:focus {
  outline: none;
}

/* line 134, ../sass/commons/_common.scss */
.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 139, ../sass/commons/_common.scss */
.wrap {
  min-height: 100%;
  position: relative;
  width: 100%;
}

/* line 144, ../sass/commons/_common.scss */
.content {
  overflow: hidden;
  padding: 1px 0 400px;
  min-width: 940px;
  position: relative;
}

/* line 150, ../sass/commons/_common.scss */
.container {
  max-width: 100%;
  min-width: 100%;
  padding: 0 !important;
  margin: auto;
}

/* line 156, ../sass/commons/_common.scss */
.content-page {
  padding-top: 77px;
  position: relative;
}

.content-teste {

}


.content-teste div {
    opacity: 0;
    transition: all linear 0.1s;
}

.expander {
  padding-top: 2%;
  cursor: pointer;
  padding-bottom: 2%;
}

.expansor {
    width: 100%;
}

.content-page input.tab-selector-1:checked ~ .content-teste .content-1,
.content-page input.tab-selector-2:checked ~ .content-teste .content-2,
.content-page input.tab-selector-3:checked ~ .content-teste .content-3,
.content-page input.tab-selector-4:checked ~ .content-teste .content-4 {
    opacity: 1;
    transition: all ease-out 0.2s 0.1s;
}

/* line 160, ../sass/commons/_common.scss */
.w-full {
  width: 100% !important;
}

/* line 163, ../sass/commons/_common.scss */
.left {
  float: left;
}

/* line 166, ../sass/commons/_common.scss */
.right {
  float: right;
}

/* line 169, ../sass/commons/_common.scss */
.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* line 174, ../sass/commons/_common.scss */
.clear {
  clear: both;
}

/* line 177, ../sass/commons/_common.scss */
.text-justify {
  text-align: justify;
}

/* line 180, ../sass/commons/_common.scss */
.centralize {
  display: table-cell;
  vertical-align: middle;
}

/* line 184, ../sass/commons/_common.scss */
.no-padding {
  padding: 0 !important;
}

/* line 187, ../sass/commons/_common.scss */
.no-margin {
  margin: 0 !important;
}

/* line 192, ../sass/commons/_common.scss */
.title {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'robotoblack';
  letter-spacing: 8px;
}

/* line 198, ../sass/commons/_common.scss */
.title-primary {
  font-size: 36px;
}

/* line 201, ../sass/commons/_common.scss */
.title-second {
  font-size: 22px;
}

/* line 204, ../sass/commons/_common.scss */
.title-third {
  font-size: 16px;
}

.title-footer {
  font-size: 12px;
  letter-spacing: 3px;
}

.title-footer-simon {
  font-size: 10px;
  letter-spacing: 3px;
}

/* line 207, ../sass/commons/_common.scss */
.title-page {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 24px;
  letter-spacing: 30px;
  text-indent: 30px;
}
/* line 214, ../sass/commons/_common.scss */
.title-page:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  width: 60px;
  height: 5px;
  background: black;
}

/* line 226, ../sass/commons/_common.scss */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: #ff0039;
  opacity: 1;
  visibility: visible;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 238, ../sass/commons/_common.scss */
#loader.disable {
  zoom: 1;
  opacity: 0;
  visibility: hidden;
}
/* line 244, ../sass/commons/_common.scss */
#loader #preloader_3 {
  position: absolute;
  width: 42px;
  height: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 254, ../sass/commons/_common.scss */
#loader #preloader_3:before, #loader #preloader_3:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
}
/* line 261, ../sass/commons/_common.scss */
#loader #preloader_3:before {
  background-color: white;
}
/* line 265, ../sass/commons/_common.scss */
#loader #preloader_3:after {
  background-color: black;
  left: 22px;
}
/* line 273, ../sass/commons/_common.scss */
#loader.anime #preloader_3:before {
  -webkit-animation: preloader_3_before 1.5s ease-in-out 0s infinite;
  -moz-animation: preloader_3_before 1.5s ease-in-out 4s infinite;
  -ms-animation: preloader_3_before 1.5s ease-in-out 4s infinite;
  -o-animation: preloader_3_before 1.5s ease-in-out 4s infinite;
  animation: preloader_3_before 1.5s ease-in-out 0s infinite;
}
/* line 280, ../sass/commons/_common.scss */
#loader.anime #preloader_3:after {
  -webkit-animation: preloader_3_after 1.5s ease-in-out 0s infinite;
  -moz-animation: preloader_3_after 1.5s ease-in-out 4s infinite;
  -ms-animation: preloader_3_after 1.5s ease-in-out 4s infinite;
  -o-animation: preloader_3_after 1.5s ease-in-out 4s infinite;
  animation: preloader_3_after 1.5s ease-in-out 0s infinite;
}

/* line 292, ../sass/commons/_common.scss */
.content-gallery .control-nav {
  z-index: 9;
  position: absolute;
  top: 240px;
  width: 50px;
  height: 50px;
  border: 2px solid black;
  background: transparent;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 302, ../sass/commons/_common.scss */
.content-gallery .control-nav:hover {
  background: rgba(0, 0, 0, 0.3);
}
/* line 307, ../sass/commons/_common.scss */
.content-gallery .control-nav:disabled {
  opacity: .2;
}
/* line 311, ../sass/commons/_common.scss */
.content-gallery .control-nav:before {
  content: '';
  width: 14px;
  height: 24px;
  background: url(../img/spt-icons.png) -25px 0;
  display: block;
  margin: auto;
}
/* line 320, ../sass/commons/_common.scss */
.content-gallery .control-nav.control-prev {
  left: 0;
}
/* line 323, ../sass/commons/_common.scss */
.content-gallery .control-nav.control-prev:before {
  background-position: -40px 0;
}
/* line 328, ../sass/commons/_common.scss */
.content-gallery .control-nav.control-next {
  right: 0;
}

/* line 334, ../sass/commons/_common.scss */
.bt {
  border: 2px solid black;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'robotoblack';
  color: black;
  padding: 10px 35px;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 4px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 346, ../sass/commons/_common.scss */
.bt:hover {
  background: rgba(0, 0, 0, 0.3);
  color: black;
}

/* preloader before Animation */
@-webkit-keyframes preloader_3_before {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(50px) scale(1.2) rotate(260deg);
    background-color: black;
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes preloader_3_before {
  0% {
    -moz-transform: translateX(0px) rotate(0deg);
  }
  50% {
    -moz-transform: translateX(50px) scale(1.2) rotate(260deg);
    background-color: black;
  }
  100% {
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-ms-keyframes preloader_3_before {
  0% {
    -ms-transform: translateX(0px) rotate(0deg);
  }
  50% {
    -ms-transform: translateX(50px) scale(1.2) rotate(260deg);
    background-color: black;
  }
  100% {
    -ms-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes preloader_3_before {
  0% {
    -o-transform: translateX(0px) rotate(0deg);
  }
  50% {
    -o-transform: translateX(50px) scale(1.2) rotate(260deg);
    background-color: black;
  }
  100% {
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes preloader_3_before {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  50% {
    transform: translateX(50px) scale(1.2) rotate(260deg);
    background-color: black;
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
/* preloader after Animation */
@-webkit-keyframes preloader_3_after {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-50px) scale(1.2) rotate(-260deg);
    background-color: white;
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes preloader_3_after {
  0% {
    -moz-transform: translateX(0px);
  }
  50% {
    -moz-transform: translateX(-50px) scale(1.2) rotate(-260deg);
    background-color: white;
  }
  100% {
    -moz-transform: translateX(0px);
  }
}
@-ms-keyframes preloader_3_after {
  0% {
    -ms-transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(-50px) scale(1.2) rotate(-260deg);
    background-color: white;
  }
  100% {
    -ms-transform: translateX(0px);
  }
}
@-o-keyframes preloader_3_after {
  0% {
    -o-transform: translateX(0px);
  }
  50% {
    -o-transform: translateX(-50px) scale(1.2) rotate(-260deg);
    background-color: white;
  }
  100% {
    -o-transform: translateX(0px);
  }
}
@keyframes preloader_3_after {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-50px) scale(1.2) rotate(-260deg);
    background-color: white;
  }
  100% {
    transform: translateX(0px);
  }
}
@media screen {
  /* line 2, ../sass/componentes/_header.scss */
  .header {
    background: #f4f4f4;
    z-index: 999;
    width: 100%;
    position: absolute;
    min-width: 940px;
    height: 130px;
    box-shadow: 0 0 2px #000;
    top: 0;
    left: 0;
  }
  /* line 13, ../sass/componentes/_header.scss */
  .header.fixed {
    position: fixed;
  }
  /* line 17, ../sass/componentes/_header.scss */
  .header .logo {
    margin-top: 45px;
  }
  /* line 22, ../sass/componentes/_header.scss */
  .header .menu a {
    margin: 55px 0 0 41px;
    letter-spacing: 1.4px;
    display: inline-block;
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'robotoblack';
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
  }
  /* line 36, ../sass/componentes/_header.scss */
  .header .menu a.active {
    color: #ff0039;
  }
}
@media screen {
  /* line 2, ../sass/componentes/_footer.scss */
  .footer {
    background: #003ea1;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 940px;
    height: 96px;
    color: white;
    padding-top: 40px;

  }
  /* line 12, ../sass/componentes/_footer.scss */
  .footer .title {
    padding-bottom: 15px;
  }
  /* line 16, ../sass/componentes/_footer.scss */
  .footer a, .footer p {
    color: white;
  }
  /* line 20, ../sass/componentes/_footer.scss */
  .footer .social {
    text-decoration: underline;
  }
  /* line 24, ../sass/componentes/_footer.scss */
  .footer p, .footer address {
    line-height: 30px;
    font-size: 16px;
    font-family: 'robotoregular';
  }
  /* line 29, ../sass/componentes/_footer.scss */
  .footer p strong, .footer address strong {
    font-family: 'robotobold';
  }
  /* line 34, ../sass/componentes/_footer.scss */
  .footer .copyright {
    margin-top: 70px;
    padding-top: 31px;
    border-top: 1px solid #5a5a5a;
    color: #5a5a5a;
    font-size: 12px;
  }
}
/* line 1, ../sass/componentes/_banner-home.scss */
.welcome-header {
  width: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.sobre-pop-up-title {
  color: white;
  font-size: 67px;
  position: relative;
  right: 40%;
  padding-top: 8%;
}

.sobre-pop-up-subtitle {
  color: white;
  font-size: 20px;
  position: relative;
  right: 40%;
}

.sobre-pop-up-slide {
  color: white;
  font-size: 30px;
  position: relative;
  right: 40%;
  padding-top: 4%;
}

.sobre-pop-up-email {
  color: white;
  font-size: 67px;
  position: relative;
  right: 40%;
  padding-top: 2%;
}


.floating{
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}


.scaling1{
    float: left;
    -webkit-animation-name: scalex1;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -moz-animation-name: scale1;
    -moz-animation-duration:2s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:ease-in-out;
}

@-webkit-keyframes scalex1{
    from {-webkit-transform: scale(0.9);}
    35% {-webkit-transform: scale(0.95);}
    to {-webkit-transform: scale(0.9);}    
}
    
@-moz-keyframes scale1{
    from {-moz-transform: scale(0.9);}
    35% {-moz-transform: scale(0.95);}
    to {-moz-transform: scale(0.9);}    
}

.scaling2{
    float: left;
    -webkit-animation-name: scalex2;
    -webkit-animation-duration:3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -moz-animation-name: scale2;
    -moz-animation-duration:3s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:ease-in-out;
}

@-webkit-keyframes scalex2{
    from {-webkit-transform: scale(0.9);}
    65% {-webkit-transform: scale(0.95);}
    to {-webkit-transform: scale(0.9);}    
}
    
@-moz-keyframes scale2{
    from {-moz-transform: scale(0.9);}
    65% {-moz-transform: scale(0.95);}
    to {-moz-transform: scale(0.9);}    
}


.fadeInMoveDownSlow {
  -webkit-animation: moveDown 2s ease-in-out 0.5s backwards;
  -moz-animation: moveDown 2s ease-in-out 0.5s backwards;
  -o-animation: moveDown 2s ease-in-out 0.5s backwards;
  -ms-animation: moveDown 2s ease-in-out 0.5s backwards;
  animation: moveDown 2s ease-in-out 0.5s backwards;
}

.fadeInMoveDownFast {


  -webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  animation: moveDown 0.6s ease-in-out 0.2s backwards;
}

@-webkit-keyframes moveDown{
  0% { 
    -webkit-transform: translateY(-40px); 
    opacity: 0;
  }
  100% { 
    -webkit-transform: translateY(0px);  
    opacity: 1;
  }
}

@-moz-keyframes moveDown{
  0% { 
    -moz-transform: translateY(-40px); 
    opacity: 0;
  }
  100% { 
    -moz-transform: translateY(0px);  
    opacity: 1;
  }
}

@-o-keyframes moveDown{
  0% { 
    -o-transform: translateY(-40px); 
    opacity: 0;
  }
  100% { 
    -o-transform: translateY(0px);  
    opacity: 1;
  }
}

@-ms-keyframes moveDown{
  0% { 
    -ms-transform: translateY(-40px); 
    opacity: 0;
  }
  100% { 
    -ms-transform: translateY(0px);  
    opacity: 1;
  }
}

@keyframes moveDown{
  0% { 
    transform: translateY(-40px); 
    opacity: 0;
  }
  100% { 
    transform: translateY(0px);  
    opacity: 1;
  }
}

.fadeInSlow {
  -webkit-animation: fadeIn 2s ease-in-out 0.5s backwards;
  -moz-animation: fadeIn 2s ease-in-out 0.5s backwards;
  -o-animation: fadeIn 2s ease-in-out 0.5s backwards;
  -ms-animation: fadeIn 2s ease-in-out 0.5s backwards;
  animation: fadeIn 2s ease-in-out 0.5s backwards;
}

.fadeInFast {
  -webkit-animation: fadeIn 0.6s ease-in-out 0.2s backwards;
  -moz-animation: fadeIn 0.6s ease-in-out 0.2s backwards;
  -o-animation: fadeIn 0.6s ease-in-out 0.2s backwards;
  -ms-animation: fadeIn 0.6s ease-in-out 0.2s backwards;
  animation: fadeIn 0.6s ease-in-out 0.2s backwards;
}

@-webkit-keyframes fadeIn{
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

@-moz-keyframes fadeIn{
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

@-o-keyframes fadeIn{
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

@-ms-keyframes fadeIn{
  0% { 
    opacity: 0;
  }
  100% {   
    opacity: 1;
  }
}

@keyframes fadeIn{
  0% {  
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

.fadeInSlowMetade {
  -webkit-animation: fadeInMetade 2s ease-in-out 0.5s backwards;
  -moz-animation: fadeInMetade 2s ease-in-out 0.5s backwards;
  -o-animation: fadeInMetade 2s ease-in-out 0.5s backwards;
  -ms-animation: fadeInMetade 2s ease-in-out 0.5s backwards;
  animation: fadeInMetade 2s ease-in-out 0.5s backwards;
}

.fadeInFastMetade {
  -webkit-animation: fadeInMetade 0.6s ease-in-out 0.2s backwards;
  -moz-animation: fadeInMetade 0.6s ease-in-out 0.2s backwards;
  -o-animation: fadeInMetade 0.6s ease-in-out 0.2s backwards;
  -ms-animation: fadeInMetade 0.6s ease-in-out 0.2s backwards;
  animation: fadeInMetade 0.6s ease-in-out 0.2s backwards;
}

@-webkit-keyframes fadeInMetade{
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 0.5;
  }
}

@-moz-keyframes fadeInMetade{
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 0.5;
  }
}

@-o-keyframes fadeInMetade{
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 0.5;
  }
}

@-ms-keyframes fadeInMetade{
  0% { 
    opacity: 0;
  }
  100% {   
    opacity: 0.5;
  }
}

@keyframes fadeInMetade{
  0% {  
    opacity: 0;
  }
  100% { 
    opacity: 0.5;
  }
}

.fadeOutSlow {
  -webkit-animation: fadeOut 2s ease-in-out 0.5s backwards;
  -moz-animation: fadeOut 2s ease-in-out 0.5s backwards;
  -o-animation: fadeOut 2s ease-in-out 0.5s backwards;
  -ms-animation: fadeOut 2s ease-in-out 0.5s backwards;
  animation: fadeOut 2s ease-in-out 0.5s backwards;
}

@-webkit-keyframes fadeOut{
  0% { 
    opacity: 0.5;
  }
  100% { 
    opacity: 0;
  }
}

@-moz-keyframes fadeOut{
  0% { 
    opacity: 0.5;
  }
  100% { 
    opacity: 0;
  }
}

@-o-keyframes fadeOut{
  0% { 
    opacity: 0.5;
  }
  100% { 
    opacity: 0;
  }
}

@-ms-keyframes fadeOut{
  0% { 
    opacity: 0.5;
  }
  100% {   
    opacity: 0;
  }
}

@keyframes fadeOut{
  0% {  
    opacity: 0.5;
  }
  100% { 
    opacity: 0;
  }
}



.welcome-header-title {
  position: relative;
  color: white;
  font-size: 79px;
  top: 35%;
  height: 41px;
  margin: 0em 0;
  padding: 17px;
}
.welcome-header-title-slide {
  position: relative;
  color: white;
  font-size: 79px;
  top: 22%;
}
.welcome-header-subtitle {
  position: relative;
  color: white;
  font-size: 23px;
  top: 24%;
}

.welcome-header-logo-terra {
  width: 4%;
  position: absolute;
  left: 12%;
  top: 4%;
}

.welcome-header-circulo-l {
  width: 4%;
  position: absolute;
  left: 31%;
  top: 4%;
}

.welcome-header-circulo-r {
  width: 4%;
  position: absolute;
  right: 31%;
  top: 4%;
}

.welcome-header-circulo-menu {
  width: 4%;
  position: absolute;
  right: 12%;
  top: 4%;
  cursor: pointer;
}

.parceiro {
  width: 8%;
}

.sobre {
  width: 17%;
  padding-top: 3%;
}

.filtroTrabalheConosco {
  width: 17%;
  padding-top: 3%;
  opacity: 0;
  cursor: pointer;
}

.filtroTrabalheConosco:hover {
  -webkit-animation: fadeInMetade 0.2s  ease-in-out 0.0s backwards;
  -moz-animation: fadeInMetade 0.2s ease-in-out 0.0s backwards;
  -o-animation: fadeInMetade 0.2s ease-in-out 0.0s backwards;
  -ms-animation: fadeInMetade 0.2s ease-in-out 0.0s backwards;
  animation: fadeInMetade 0.2s ease-in-out 0.0s backwards;

  opacity: 0.5;
}

.filtro {
  width: 17%;
  padding-top: 3%;
  opacity: 0;
  cursor: pointer;
}

.filtro:hover {
  -webkit-animation: fadeIn 0.2s  ease-in-out 0.0s backwards;
  -moz-animation: fadeIn 0.2s ease-in-out 0.0s backwards;
  -o-animation: fadeIn 0.2s ease-in-out 0.0s backwards;
  -ms-animation: fadeIn 0.2s ease-in-out 0.0s backwards;
  animation: fadeIn 0.2s ease-in-out 0.0s backwards;

  opacity: 1;
}

.popUpDiv {
  position:fixed;
  z-index: 9002;
}

.popUpDivSobre {
  position:fixed;
  z-index: 9002; 
}

.popUpDivProjetos {
  position:fixed;
  z-index: 9002; 
}

.popUpDivProjetosDurvalAmaral {
  position:fixed;
  z-index: 9002; 
}

.popUp-title-slide {
  position: relative;
  color: white;
  font-size: 79px;
  top: 35%;
  height: 85px;
  text-align: left;
}

.popUp-title {
  position: relative;
  color: white;
  font-size: 50px;
  top: 22%;
  text-align: left;
}
          
.popUp-text {
  position: relative;
  color: white;
  font-size: 16px;
  top: 24%;
  text-align: left;
  font-family: SanFranciscoDisplay-Regular;
}

.popUpDivTextClass {
    position: relative;
    top: 28%;
    padding-left: 12%;
    padding-right: 12%;
}

.popUpDivTextClassSobre {
  position: relative;
  top: 29%;
  right: 0%;
  left: 15%;
  max-width: 123vh;
}

.popUpDivTextClassServicos {
  position: relative;
  top: 29%;
  right: 0%;
  left: -10%;
  max-width: 123vh;  
}

.menu-option {
  color: white;
  cursor: pointer;
}

.menu-option-div {
  position: fixed;
  right: 0;
  left: 0;
  color: white;
  cursor: pointer;
}

.top-menu-trabalho {
  top: 20%;
}

.top-menu-parceiros {
  top: 28%;
}

.top-menu-sobre {
  top: 36%;
}

.top-menu-contato {
  top:44%;
}

.menu-option:hover {
  color: #003ea1;
  background-color: white;
}

.blanket {
  background-color:#003ea1;
  opacity: 0.8;
  filter:alpha(opacity=65);
  position:absolute;
  z-index: 9001;
  top:0px;
  left:0px;
  width:100%;
  min-width: 200vh;
}

.filtro-projeto {
  width: 17%;
  padding-top: 3%;
  opacity: 0;
  cursor: pointer;
}

.img-projeto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.filtro-projeto:hover {
  -webkit-animation: fadeInMetade 0.2s  ease-in-out 0.0s backwards;
  -moz-animation: fadeInMetade 0.2s ease-in-out 0.0s backwards;
  -o-animation: fadeInMetade 0.2s ease-in-out 0.0s backwards;
  -ms-animation: fadeInMetade 0.2s ease-in-out 0.0s backwards;
  animation: fadeInMetade 0.2s ease-in-out 0.0s backwards;

  opacity: 0.5
}


.projeto {
  width: 17%;
  padding-top: 3%;
}

.esquerda {
  right: 20%;
}

.direita {
  left: 20%;
}

.servico-esquerda-ai3c {
  right: 60.5%;
  padding-top: 6.8%;
  cursor: pointer;
}

.servico-direita-bem-morar {
  left: 60.5%;
  padding-top: 5.7%;
  cursor: pointer;
}

.title-page-first {
  position: relative;
  color: #1d50a2;
  font-size: 62px;
  top: 25%;
  height: 41px;
  margin: 0em 0;
  padding: 17px;
}

.title-page-first-slide {
  position: relative;
  color: #1d50a2;
  font-size: 79px;
  top: 22%;
}

.title-page-first-message {
  position: relative;
  color: #6f6f6e;
  font-size: 23px;
  top: 20%;
}

.title-page-first-subtitle {
  position: relative;
  color: #252323;
  font-size: 23px;
  top: 24%;
}

.title-page-second-f {
  position: absolute;
  color: white;
  font-size: 35px;
  top: 31%;
  width: 100%;
}

.title-page-second-s {
  position: absolute;
  color: white;
  font-size: 35px;
  top: 43%;
  width: 100%;
}

.title-page-second-name {
  position: absolute;
  color: white;
  font-size: 21px;
  top: 56%;
  width: 100%;
}

.title-page-second-f-2 {
  position: absolute;
  color: white;
  font-size: 35px;
  top: 33%;
  width: 100%;
}

.title-page-second-s-2 {
  position: absolute;
  color: white;
  font-size: 35px;
  top: 45%;
  width: 100%;
}

.title-page-second-name-2 {
  position: absolute;
  color: white;
  font-size: 21px;
  top: 60%;
  width: 100%;
}

.title-page-third {
  position: relative;
  color: #1d50a2;
  font-size: 62px;
  top: 25%;
  height: 41px;
  margin: 0em 0;
  padding: 17px;
}

.title-page-third-slide {
  position: relative;
  color: #1d50a2;
  font-size: 79px;
  top: 22%;
}

.title-page-fourth {
  position: relative;
  color: white;
  font-size: 62px;
  top: 25%;
  height: 41px;
  margin: 0em 0;
  padding: 17px;
}

.title-page-fourth-slide {
  position: relative;
  color: white;
  font-size: 79px;
  top: 22%;
}

.title-page-fourth-subtitle {
  position: relative;
  color: white;
  font-size: 15px;
  max-width: 80%;
  top: 24%;
  font-family: SanFranciscoDisplay-Regular;
}

.title-page-fifth {
  position: relative;
  color: #1d50a2;
  font-size: 62px;
  top: 25%;
  height: 41px;
  margin: 0em 0;
  padding: 17px;
}

.title-page-fifth-slide {
  position: relative;
  color: #1d50a2;
  font-size: 79px;
  top: 22%;
}

.title-page-fifth-subtitle {
  position: relative;
  color: #252323;
  font-size: 23px;
  top: 24%;
}

.title-page-sixth {
  position: relative;
  color: #1d50a2;
  font-size: 79px;
  top: 10%;
}

.title-page-sixth-slide {
  position: relative;
  color: #1d50a2;
  font-size: 79px;
  top: 5%;
}

.title-page-sixth-frase-1 {
  position: relative;
  color: grey;
  font-size: 16px;
  top: 10px;
  left: 1%;
}

.title-page-sixth-frase-2 {
  position: relative;
  color: grey;
  font-size: 16px;
  top: 2px;
  left: 1%;
}

.title-page-sixth-frase-3 {
  position: relative;
  color: grey;
  font-size: 16px;
  top: -7px;
  left: 1%;
}

.title-page-sixth-vimeo {
  position: relative;
  color: grey;
  font-size: 16px;
  top: -7px;
  left: 1%;
}

.title-page-sixth-facebook {
  position: relative;
  color: grey;
  font-size: 16px;
  top: -7px;
  left: 1%;
  cursor: pointer;
}

.capa-servicos {
  width: 46%;
  left: 27.2%;
}

.page-sixth {
  left: 15%;
}



.bluescale:hover {
   filter: contrast(1);
  -webkit-filter: contrast(1);
  -moz-filter: contrast(1);
  -o-filter: contrast(1);
  -ms-filter: contrast(1);
  }

.welcome-header-title-sl

/* line 10, ../sass/componentes/_banner-home.scss */
.welcome-header #scene {
  position: relative;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
/* line 21, ../sass/componentes/_banner-home.scss */
.welcome-header #scene.disable {
  opacity: 0;
  visibility: hidden;
}
/* line 28, ../sass/componentes/_banner-home.scss */
.welcome-header .layer-center {
  top: 50% !important;
  height: 162px;
  margin-top: -85px;
}
/* line 34, ../sass/componentes/_banner-home.scss */
.welcome-header .layer-bottom {
  top: 65% !important;
}
/* line 37, ../sass/componentes/_banner-home.scss */
.welcome-header .layer-bottom .letterbox {
  width: 206px;
}
/* line 42, ../sass/componentes/_banner-home.scss */
.welcome-header .layer-bottom-left {
  top: 78% !important;
}
/* line 45, ../sass/componentes/_banner-home.scss */
.welcome-header .layer-bottom-left .letterbox {
  width: 176px;
  left: -330px;
}
/* line 51, ../sass/componentes/_banner-home.scss */
.welcome-header .layer-bottom-right {
  top: 78% !important;
}
/* line 54, ../sass/componentes/_banner-home.scss */
.welcome-header .layer-bottom-right .letterbox {
  width: 104px;
  left: 300px;
}
/* line 60, ../sass/componentes/_banner-home.scss */
.welcome-header .layer-top {
  top: 29% !important;
}
/* line 63, ../sass/componentes/_banner-home.scss */
.welcome-header .layer-top .letterbox {
  width: 301px;
  height: 60px;
}
/* line 69, ../sass/componentes/_banner-home.scss */
.welcome-header .maos {
  max-width: 1611px;
  min-height: 1169px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -584.5px 0 0 -774.5px;
}
/* line 78, ../sass/componentes/_banner-home.scss */
.welcome-header #anchor-page {
  text-align: center;
  color: black;
  position: absolute;
  bottom: 41px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  font-size: 12px;
  font-family: 'robotoblack';
  z-index: 99;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
/* line 93, ../sass/componentes/_banner-home.scss */
.welcome-header #anchor-page span {
  margin-top: 5px;
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 2px solid black;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 106, ../sass/componentes/_banner-home.scss */
.welcome-header #anchor-page span:before {
  content: '';
  background: url(../img/spt-icons.png);
  width: 24px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 119, ../sass/componentes/_banner-home.scss */
.welcome-header #anchor-page span:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 128, ../sass/componentes/_banner-home.scss */
.typelayer > div {
  text-align: center;
  display: inherit;
  margin: 0 auto;
}
/* line 133, ../sass/componentes/_banner-home.scss */
.typelayer span {
  font-family: Helvetica, Arial;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: normal;
}

/* line 141, ../sass/componentes/_banner-home.scss */
.scene {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 147, ../sass/componentes/_banner-home.scss */
.letterbox {
  width: 363px;
  height: 162px;
  position: relative;
  /* LOGO */
  /* CONEXAO QUE QUEBRAM PARADIGMAS */
  /* 01 FEVEREIRO 2015 */
  /* TEATRO CARLOS GOMES / HOR├üRIO 14h ├ás 20h */
}
/* line 152, ../sass/componentes/_banner-home.scss */
.letterbox > div {
  font-family: 'robotoblack';
  text-transform: uppercase;
  position: absolute;
  width: 20px;
  height: auto;
}
/* line 161, ../sass/componentes/_banner-home.scss */
.letterbox .logo1, .letterbox .logo2, .letterbox .logo3 {
  position: absolute;
  top: 0;
}
/* line 166, ../sass/componentes/_banner-home.scss */
.letterbox .logo1 {
  left: 0;
}
/* line 169, ../sass/componentes/_banner-home.scss */
.letterbox .logo2 {
  left: 110px;
}
/* line 172, ../sass/componentes/_banner-home.scss */
.letterbox .logo3 {
  left: 0;
  top: 40px;
}
/* line 178, ../sass/componentes/_banner-home.scss */
.letterbox .c1, .letterbox .o1, .letterbox .n1, .letterbox .e1, .letterbox .x1, .letterbox .o2, .letterbox .e2, .letterbox .s1, .letterbox .q1, .letterbox .u1, .letterbox .e3,
.letterbox .q2, .letterbox .u2, .letterbox .e4, .letterbox .b1, .letterbox .r1, .letterbox .a1, .letterbox .m1,
.letterbox .p1, .letterbox .a2, .letterbox .r2, .letterbox .a3, .letterbox .d1, .letterbox .i1, .letterbox .g1, .letterbox .m2, .letterbox .a4, .letterbox .s2 {
  font-size: 40px;
  color: white;
}
/* line 186, ../sass/componentes/_banner-home.scss */
.letterbox .c1, .letterbox .o1, .letterbox .n1, .letterbox .e1, .letterbox .x1, .letterbox .o2, .letterbox .e2, .letterbox .s1, .letterbox .q1, .letterbox .u1, .letterbox .e3 {
  top: 0;
}
/* line 190, ../sass/componentes/_banner-home.scss */
.letterbox .q2, .letterbox .u2, .letterbox .e4, .letterbox .b1, .letterbox .r1, .letterbox .a1, .letterbox .m1 {
  top: 53px;
}
/* line 194, ../sass/componentes/_banner-home.scss */
.letterbox .p1, .letterbox .a2, .letterbox .r2, .letterbox .a3, .letterbox .d1, .letterbox .i1, .letterbox .g1, .letterbox .m2, .letterbox .a4, .letterbox .s2 {
  top: 103px;
}
/* line 198, ../sass/componentes/_banner-home.scss */
.letterbox .c1 {
  left: -43px;
}
/* line 201, ../sass/componentes/_banner-home.scss */
.letterbox .o1 {
  left: 0;
}
/* line 204, ../sass/componentes/_banner-home.scss */
.letterbox .n1 {
  left: 41px;
}
/* line 207, ../sass/componentes/_banner-home.scss */
.letterbox .e1 {
  left: 86px;
}
/* line 210, ../sass/componentes/_banner-home.scss */
.letterbox .x1 {
  left: 128px;
}
/* line 213, ../sass/componentes/_banner-home.scss */
.letterbox .o2 {
  left: 166px;
}
/* line 216, ../sass/componentes/_banner-home.scss */
.letterbox .e2 {
  left: 205px;
}
/* line 219, ../sass/componentes/_banner-home.scss */
.letterbox .s1 {
  left: 241px;
}
/* line 222, ../sass/componentes/_banner-home.scss */
.letterbox .q1 {
  left: 301px;
}
/* line 225, ../sass/componentes/_banner-home.scss */
.letterbox .u1 {
  left: 341px;
}
/* line 228, ../sass/componentes/_banner-home.scss */
.letterbox .e3 {
  left: 381px;
}
/* line 232, ../sass/componentes/_banner-home.scss */
.letterbox .q2 {
  left: 53px;
}
/* line 235, ../sass/componentes/_banner-home.scss */
.letterbox .u2 {
  left: 93px;
}
/* line 238, ../sass/componentes/_banner-home.scss */
.letterbox .e4 {
  left: 130px;
}
/* line 241, ../sass/componentes/_banner-home.scss */
.letterbox .b1 {
  left: 168px;
}
/* line 244, ../sass/componentes/_banner-home.scss */
.letterbox .r1 {
  left: 203px;
}
/* line 247, ../sass/componentes/_banner-home.scss */
.letterbox .a1 {
  left: 243px;
}
/* line 250, ../sass/componentes/_banner-home.scss */
.letterbox .m1 {
  left: 278px;
}
/* line 254, ../sass/componentes/_banner-home.scss */
.letterbox .p1 {
  left: 15px;
}
/* line 257, ../sass/componentes/_banner-home.scss */
.letterbox .a2 {
  left: 50px;
}
/* line 260, ../sass/componentes/_banner-home.scss */
.letterbox .r2 {
  left: 87px;
}
/* line 263, ../sass/componentes/_banner-home.scss */
.letterbox .a3 {
  left: 125px;
}
/* line 266, ../sass/componentes/_banner-home.scss */
.letterbox .d1 {
  left: 160px;
}
/* line 269, ../sass/componentes/_banner-home.scss */
.letterbox .i1 {
  left: 190px;
}
/* line 272, ../sass/componentes/_banner-home.scss */
.letterbox .g1 {
  left: 215px;
}
/* line 275, ../sass/componentes/_banner-home.scss */
.letterbox .m2 {
  left: 250px;
}
/* line 278, ../sass/componentes/_banner-home.scss */
.letterbox .a4 {
  left: 295px;
}
/* line 281, ../sass/componentes/_banner-home.scss */
.letterbox .s2 {
  left: 330px;
}
/* line 286, ../sass/componentes/_banner-home.scss */
.letterbox .f1, .letterbox .e5, .letterbox .v1, .letterbox .e6, .letterbox .r3, .letterbox .e7, .letterbox .i2, .letterbox .r4, .letterbox .o3, .letterbox .date01, .letterbox .date11, .letterbox .date21, .letterbox .date12, .letterbox .date02, .letterbox .date51 {
  color: black;
  font-size: 24px;
}
/* line 291, ../sass/componentes/_banner-home.scss */
.letterbox .date01, .letterbox .date11 {
  top: 0;
}
/* line 295, ../sass/componentes/_banner-home.scss */
.letterbox .f1, .letterbox .e5, .letterbox .v1, .letterbox .e6, .letterbox .r3, .letterbox .e7, .letterbox .i2, .letterbox .r4, .letterbox .o3 {
  top: 30px;
}
/* line 299, ../sass/componentes/_banner-home.scss */
.letterbox .date21, .letterbox .date12, .letterbox .date02, .letterbox .date51 {
  top: 60px;
}
/* line 303, ../sass/componentes/_banner-home.scss */
.letterbox .date01 {
  left: 86px;
}
/* line 306, ../sass/componentes/_banner-home.scss */
.letterbox .date11 {
  left: 106px;
}
/* line 310, ../sass/componentes/_banner-home.scss */
.letterbox .f1 {
  left: 0;
}
/* line 313, ../sass/componentes/_banner-home.scss */
.letterbox .e5 {
  left: 25px;
}
/* line 316, ../sass/componentes/_banner-home.scss */
.letterbox .v1 {
  left: 50px;
}
/* line 319, ../sass/componentes/_banner-home.scss */
.letterbox .e6 {
  left: 73px;
}
/* line 322, ../sass/componentes/_banner-home.scss */
.letterbox .r3 {
  left: 98px;
}
/* line 325, ../sass/componentes/_banner-home.scss */
.letterbox .e7 {
  left: 120px;
}
/* line 328, ../sass/componentes/_banner-home.scss */
.letterbox .i2 {
  left: 140px;
}
/* line 331, ../sass/componentes/_banner-home.scss */
.letterbox .r4 {
  left: 160px;
}
/* line 334, ../sass/componentes/_banner-home.scss */
.letterbox .o3 {
  left: 185px;
}
/* line 338, ../sass/componentes/_banner-home.scss */
.letterbox .date21 {
  left: 64px;
}
/* line 341, ../sass/componentes/_banner-home.scss */
.letterbox .date02 {
  left: 84px;
}
/* line 344, ../sass/componentes/_banner-home.scss */
.letterbox .date12 {
  left: 104px;
}
/* line 347, ../sass/componentes/_banner-home.scss */
.letterbox .date51 {
  left: 124px;
}
/* line 350, ../sass/componentes/_banner-home.scss */
.letterbox .linedate {
  width: 80px;
  height: 3px;
  background-color: black;
  top: 97px;
  left: 50%;
  margin-left: -40px;
}
/* line 360, ../sass/componentes/_banner-home.scss */
.letterbox .c2, .letterbox .a6, .letterbox .r6, .letterbox .l1, .letterbox .o5, .letterbox .s4, .letterbox .g2, .letterbox .o6, .letterbox .m3, .letterbox .e9, .letterbox .s3, .letterbox .hour1, .letterbox .hour4, .letterbox .h2, .letterbox .a8, .letterbox .s5, .letterbox .hour0, .letterbox .hour2, .letterbox .h3 {
  font-size: 18px;
  color: white;
  top: 20px;
  line-height: 18px;
  margin: 0;
}
/* line 368, ../sass/componentes/_banner-home.scss */
.letterbox .t1, .letterbox .e8, .letterbox .a5, .letterbox .t2, .letterbox .r5, .letterbox .o4, .letterbox .h1, .letterbox .o7, .letterbox .r7, .letterbox .a7, .letterbox .r8, .letterbox .i3, .letterbox .o8 {
  font-size: 14px;
  line-height: 14px;
  color: black;
  top: 0;
  margin: 0;
}
/* line 376, ../sass/componentes/_banner-home.scss */
.letterbox .c2 {
  left: 0;
}
/* line 379, ../sass/componentes/_banner-home.scss */
.letterbox .a6 {
  left: 16px;
}
/* line 382, ../sass/componentes/_banner-home.scss */
.letterbox .r6 {
  left: 34px;
}
/* line 385, ../sass/componentes/_banner-home.scss */
.letterbox .l1 {
  left: 52px;
}
/* line 388, ../sass/componentes/_banner-home.scss */
.letterbox .o5 {
  left: 68px;
}
/* line 391, ../sass/componentes/_banner-home.scss */
.letterbox .s4 {
  left: 84px;
}
/* line 394, ../sass/componentes/_banner-home.scss */
.letterbox .g2 {
  left: 118px;
}
/* line 397, ../sass/componentes/_banner-home.scss */
.letterbox .o6 {
  left: 136px;
}
/* line 400, ../sass/componentes/_banner-home.scss */
.letterbox .m3 {
  left: 154px;
}
/* line 403, ../sass/componentes/_banner-home.scss */
.letterbox .e9 {
  left: 174px;
}
/* line 406, ../sass/componentes/_banner-home.scss */
.letterbox .s3 {
  left: 190px;
}
/* line 410, ../sass/componentes/_banner-home.scss */
.letterbox .t1 {
  left: 53px;
}
/* line 413, ../sass/componentes/_banner-home.scss */
.letterbox .e8 {
  left: 70px;
}
/* line 416, ../sass/componentes/_banner-home.scss */
.letterbox .a5 {
  left: 88px;
}
/* line 419, ../sass/componentes/_banner-home.scss */
.letterbox .t2 {
  left: 107px;
}
/* line 422, ../sass/componentes/_banner-home.scss */
.letterbox .r5 {
  left: 125px;
}
/* line 425, ../sass/componentes/_banner-home.scss */
.letterbox .o4 {
  left: 140px;
}
/* line 429, ../sass/componentes/_banner-home.scss */
.letterbox .h1 {
  left: 16px;
}
/* line 432, ../sass/componentes/_banner-home.scss */
.letterbox .o7 {
  left: 31px;
}
/* line 435, ../sass/componentes/_banner-home.scss */
.letterbox .r7 {
  left: 46px;
}
/* line 438, ../sass/componentes/_banner-home.scss */
.letterbox .a7 {
  left: 61px;
}
/* line 441, ../sass/componentes/_banner-home.scss */
.letterbox .r8 {
  left: 76px;
}
/* line 444, ../sass/componentes/_banner-home.scss */
.letterbox .i3 {
  left: 90px;
}
/* line 447, ../sass/componentes/_banner-home.scss */
.letterbox .o8 {
  left: 103px;
}
/* line 451, ../sass/componentes/_banner-home.scss */
.letterbox .hour1 {
  left: 0;
}
/* line 454, ../sass/componentes/_banner-home.scss */
.letterbox .hour4 {
  left: 13px;
}
/* line 457, ../sass/componentes/_banner-home.scss */
.letterbox .h2 {
  left: 30px;
}
/* line 460, ../sass/componentes/_banner-home.scss */
.letterbox .a8 {
  left: 53px;
  text-transform: lowercase;
}
/* line 464, ../sass/componentes/_banner-home.scss */
.letterbox .s5 {
  left: 65px;
  text-transform: lowercase;
}
/* line 468, ../sass/componentes/_banner-home.scss */
.letterbox .hour2 {
  left: 85px;
}
/* line 471, ../sass/componentes/_banner-home.scss */
.letterbox .hour0 {
  left: 100px;
}
/* line 474, ../sass/componentes/_banner-home.scss */
.letterbox .h3 {
  left: 115px;
}

@media screen and (max-height: 800px) {
  /* line 481, ../sass/componentes/_banner-home.scss */
  .welcome-header .layer-bottom {
    top: 70% !important;
  }
  /* line 484, ../sass/componentes/_banner-home.scss */
  .welcome-header .layer-bottom-left, .welcome-header .layer-bottom-right {
    top: 83% !important;
  }
  /* line 487, ../sass/componentes/_banner-home.scss */
  .welcome-header .layer-top {
    top: 20% !important;
  }
}
@media screen and (max-height: 768px) {
  /* line 495, ../sass/componentes/_banner-home.scss */
  .welcome-header .layer-top {
    top: 22% !important;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* line 2, ../sass/componentes/_about.scss */
.conteudos .box-aba {
  display: none;
}
/* line 7, ../sass/componentes/_about.scss */
.conteudos .box-aba p strong a {
  color: black;
  text-decoration: underline;
}
/* line 15, ../sass/componentes/_about.scss */
.conteudos .box-aba#aba3 p {
  font-size: 22px;
  line-height: 35px;
}

/* line 24, ../sass/componentes/_about.scss */
.anime-about {
  margin-bottom: 88px;
  height: 315px;
  display: block;
}
/* line 29, ../sass/componentes/_about.scss */
.anime-about .title {
  position: relative;
  color: #ff0039;
  font-size: 100px;
  line-height: 110px;
  padding: 0;
  opacity: 0;
  letter-spacing: 4px;
  z-index: 98;
  zoom: 1;
  display: block;
  transform: translateY(50px);
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
/* line 48, ../sass/componentes/_about.scss */
.anime-about .title_3 {
  margin-left: 50px;
}
/* line 51, ../sass/componentes/_about.scss */
.anime-about .title_4 {
  margin: 0 15px;
}
/* line 54, ../sass/componentes/_about.scss */
.anime-about .title_7 {
  margin-left: 45px;
}
/* line 59, ../sass/componentes/_about.scss */
.anime-about .line-left:after, .anime-about .line-left:before, .anime-about .line-right:after, .anime-about .line-right:before {
  content: '';
  display: inline-block;
  height: 10px;
  background: #ff0039;
  position: relative;
  top: -31px;
}
/* line 70, ../sass/componentes/_about.scss */
.anime-about .line-left:before {
  display: none;
}
/* line 73, ../sass/componentes/_about.scss */
.anime-about .line-left:after {
  margin-left: 40px;
  margin-right: 6px;
  width: 140px;
}
/* line 81, ../sass/componentes/_about.scss */
.anime-about .line-right:after {
  display: none;
}
/* line 84, ../sass/componentes/_about.scss */
.anime-about .line-right:before {
  margin-right: 40px;
  width: 300px;
}
/* line 91, ../sass/componentes/_about.scss */
.anime-about.anime .title {
  opacity: 1;
}
/* line 95, ../sass/componentes/_about.scss */
.anime-about.anime .title_1 {
  transform: translateY(0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
/* line 100, ../sass/componentes/_about.scss */
.anime-about.anime .title_2 {
  transform: translateY(0);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
/* line 105, ../sass/componentes/_about.scss */
.anime-about.anime .title_3 {
  transform: translateY(0);
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
/* line 110, ../sass/componentes/_about.scss */
.anime-about.anime .title_4 {
  transform: translateY(0);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
/* line 115, ../sass/componentes/_about.scss */
.anime-about.anime .title_5 {
  transform: translateY(0);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
/* line 120, ../sass/componentes/_about.scss */
.anime-about.anime .title_6 {
  transform: translateY(0);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
/* line 125, ../sass/componentes/_about.scss */
.anime-about.anime .title_7 {
  transform: translateY(0);
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
/* line 130, ../sass/componentes/_about.scss */
.anime-about.anime .title_8 {
  transform: translateY(0);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* line 138, ../sass/componentes/_about.scss */
.timeline {
  width: 650px;
  height: 58px;
  margin-bottom: 70px;
  position: relative;
  z-index: 99;
}
/* line 145, ../sass/componentes/_about.scss */
.timeline:before, .timeline:after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 153, ../sass/componentes/_about.scss */
.timeline:after {
  background: #909090;
  width: 100%;
  z-index: 0;
}
/* line 159, ../sass/componentes/_about.scss */
.timeline:before {
  background: #ff0039;
  width: 0;
  z-index: 1;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
/* line 171, ../sass/componentes/_about.scss */
.timeline.anime_1:before {
  width: 49%;
}
/* line 176, ../sass/componentes/_about.scss */
.timeline.anime_2:before {
  width: 100%;
}
/* line 181, ../sass/componentes/_about.scss */
.timeline a {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'robotoblack';
  color: black;
  letter-spacing: 8px;
  height: 58px;
  display: inline-block;
  position: relative;
  width: 214px;
  z-index: 2;
  -webkit-transition: all .2s linear .3s;
  -moz-transition: all .2s linear .3s;
  -ms-transition: all .2s linear .3s;
  -o-transition: all .2s linear .3s;
  transition: all .2s linear .3s;
}
/* line 198, ../sass/componentes/_about.scss */
.timeline a:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #909090;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  -webkit-transition: all .2s linear .3s;
  -moz-transition: all .2s linear .3s;
  -ms-transition: all .2s linear .3s;
  -o-transition: all .2s linear .3s;
  transition: all .2s linear .3s;
}
/* line 215, ../sass/componentes/_about.scss */
.timeline a.left {
  margin-left: -110px;
}
/* line 219, ../sass/componentes/_about.scss */
.timeline a.right {
  margin-right: -107px;
}
/* line 223, ../sass/componentes/_about.scss */
.timeline a.active {
  color: #ff0039;
}
/* line 226, ../sass/componentes/_about.scss */
.timeline a.active:before {
  background: #ff0039;
}

/* line 1, ../sass/componentes/_palestrantes.scss */
.gallery-palestrantes {
  position: relative;
}
/* line 4, ../sass/componentes/_palestrantes.scss */
.gallery-palestrantes .content-anime {
  position: relative;
  z-index: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
/* line 15, ../sass/componentes/_palestrantes.scss */
.gallery-palestrantes .content-anime.anime {
  visibility: hidden;
  opacity: 0;
}
/* line 22, ../sass/componentes/_palestrantes.scss */
.gallery-palestrantes .item .image {
  height: 530px;
}
/* line 27, ../sass/componentes/_palestrantes.scss */
.gallery-palestrantes .title {
  color: #ff0039;
  font-size: 70px;
  line-height: 70px;
  padding: 0;
  letter-spacing: 40px;
  text-indent: 52px;
}
/* line 35, ../sass/componentes/_palestrantes.scss */
.gallery-palestrantes .title-name {
  margin-top: -70px;
  text-indent: 0;
  width: 120%;
}
/* line 40, ../sass/componentes/_palestrantes.scss */
.gallery-palestrantes .title-name:before {
  content: '';
  display: inline-block;
  height: 10px;
  background: #ff0039;
  position: relative;
  top: -23px;
  margin-right: 40px;
  width: 140px;
}
/* line 52, ../sass/componentes/_palestrantes.scss */
.gallery-palestrantes .text {
  margin: 49px 0 0;
}

/* line 57, ../sass/componentes/_palestrantes.scss */
.gallery-nav-palestrantes {
  margin: 55px 0 60px;
}
/* line 60, ../sass/componentes/_palestrantes.scss */
.gallery-nav-palestrantes .title-second {
  font-size: 14px;
  letter-spacing: 13px;
}
/* line 66, ../sass/componentes/_palestrantes.scss */
.gallery-nav-palestrantes .paginate a {
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'robotoblack';
  display: inline-block;
  margin: 0 30px 36px;
  letter-spacing: 3px;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -ms-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}
/* line 80, ../sass/componentes/_palestrantes.scss */
.gallery-nav-palestrantes .paginate a:hover {
  color: #ff0039;
}
/* line 84, ../sass/componentes/_palestrantes.scss */
.gallery-nav-palestrantes .paginate a.active {
  color: #ff0039;
  text-decoration: line-through;
}

/* line 1, ../sass/componentes/_equipe.scss */
.gallery-equipe {
  width: 780px;
  display: block;
  margin: 0 auto;
  position: relative;
}
/* line 7, ../sass/componentes/_equipe.scss */
.gallery-equipe .content-anime {
  position: relative;
  z-index: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
/* line 18, ../sass/componentes/_equipe.scss */
.gallery-equipe .content-anime.anime {
  visibility: hidden;
  opacity: 0;
}
/* line 24, ../sass/componentes/_equipe.scss */
.gallery-equipe .item {
  display: inline-block;
  width: 220px;
  margin-left: 56px;
  padding-bottom: 39px;
  margin-bottom: 50px;
  position: relative;
  vertical-align: top;
}
/* line 33, ../sass/componentes/_equipe.scss */
.gallery-equipe .item .image, .gallery-equipe .item .title span, .gallery-equipe .item .social {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
/* line 41, ../sass/componentes/_equipe.scss */
.gallery-equipe .item .social {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 9;
  position: absolute;
  top: 145px;
}
/* line 49, ../sass/componentes/_equipe.scss */
.gallery-equipe .item .social .icon {
  display: inline-block;
  margin: 0 8px;
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  color: black;
  line-height: 48px;
  font-size: 17px;
}
/* line 62, ../sass/componentes/_equipe.scss */
.gallery-equipe .item:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: black;
}
/* line 73, ../sass/componentes/_equipe.scss */
.gallery-equipe .item:nth-child(4) {
  margin-left: 0;
}
/* line 77, ../sass/componentes/_equipe.scss */
.gallery-equipe .item:first-child {
  margin-left: 0;
}
/* line 81, ../sass/componentes/_equipe.scss */
.gallery-equipe .item .image {
  width: 220px;
  height: 260px;
  display: block;
}
/* line 87, ../sass/componentes/_equipe.scss */
.gallery-equipe .item p {
  font-size: 14px;
  line-height: 20px;
}
/* line 92, ../sass/componentes/_equipe.scss */
.gallery-equipe .item .title {
  font-size: 18px;
  line-height: 35px;
  padding: 0;
  margin-bottom: -37px;
  position: relative;
  z-index: 2;
}
/* line 100, ../sass/componentes/_equipe.scss */
.gallery-equipe .item .title span {
  display: block;
}
/* line 106, ../sass/componentes/_equipe.scss */
.gallery-equipe .item div:hover .social {
  opacity: 1;
  visibility: visible;
}
/* line 110, ../sass/componentes/_equipe.scss */
.gallery-equipe .item div:hover .title span {
  color: #5A5854;
}
/* line 113, ../sass/componentes/_equipe.scss */
.gallery-equipe .item div:hover .image {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}
/* line 123, ../sass/componentes/_equipe.scss */
.gallery-equipe .navigation {
  padding: 20px 0 70px;
}
/* line 127, ../sass/componentes/_equipe.scss */
.gallery-equipe .navigation .control-maxSize .max {
  font-size: 72px;
  font-family: 'robotothin';
  position: relative;
  top: -45px;
}
/* line 133, ../sass/componentes/_equipe.scss */
.gallery-equipe .navigation .control-maxSize .current {
  font-family: 'robotobold';
  font-size: 196px;
  height: 156px;
  display: inline-block;
  line-height: 149px;
}
/* line 142, ../sass/componentes/_equipe.scss */
.gallery-equipe .navigation .title {
  line-height: 20px;
  font-size: 14px;
  margin: 0;
}
/* line 148, ../sass/componentes/_equipe.scss */
.gallery-equipe .navigation:before {
  display: none;
}
/* line 152, ../sass/componentes/_equipe.scss */
.gallery-equipe .navigation .control-nav {
  top: auto;
  bottom: 0;
}
/* line 156, ../sass/componentes/_equipe.scss */
.gallery-equipe .navigation .control-prev {
  left: 30px;
}
/* line 159, ../sass/componentes/_equipe.scss */
.gallery-equipe .navigation .control-next {
  right: 30px;
}

/* line 2, ../sass/componentes/_parceiros.scss */
.list-parceiros li {
  display: inline-block;
  margin: 20px 43px;
}
/* line 6, ../sass/componentes/_parceiros.scss */
.list-parceiros li .image {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 15, ../sass/componentes/_parceiros.scss */
.list-parceiros li a:hover .image {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 22, ../sass/componentes/_parceiros.scss */
.list-parceiros li .centralize {
  height: 79px;
}

/* line 1, ../sass/componentes/_contato.scss */
.content-map {
  display: block;
  width: 100%;
  height: 570px;
  position: relative;
  background: white;
}
/* line 8, ../sass/componentes/_contato.scss */
.content-map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
}
/* line 19, ../sass/componentes/_contato.scss */
.content-map img {
  max-width: 2000px;
}

/* line 24, ../sass/componentes/_contato.scss */
div.infowindow-content {
  min-width: 200px;
}
